Fix build without WebEngine=OFF.
authorSandro Knauß <hefee@debian.org>
Sun, 9 Mar 2025 00:08:57 +0000 (01:08 +0100)
committerbackportbot[bot] <backportbot[bot]@users.noreply.github.com>
Thu, 13 Mar 2025 11:26:24 +0000 (11:26 +0000)
Signed-off-by: Sandro Knauß <hefee@debian.org>
src/gui/wizard/owncloudwizard.cpp

index ca798d748222610b34da21c687847c5b15f87c39..a887ca65c7189b1691e5ae19e3caae12a86a2b45 100644 (file)
@@ -374,7 +374,9 @@ void OwncloudWizard::displayError(const QString &msg, bool retryHTTPonly)
     switch (static_cast<WizardCommon::Pages>(currentId())) {
     case WizardCommon::Page_Welcome:
     case WizardCommon::Page_Flow2AuthCreds:
+#ifdef WITH_WEBENGINE
     case WizardCommon::Page_WebView:
+#endif // WITH_WEBENGINE
     case WizardCommon::Page_TermsOfService:
         break;